/*Plugin CSS*/
.str_wrap {
	overflow:hidden;
	//zoom:1;
	width:100%;
	font-size:12px;
	line-height:16px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
	background:#fff;
	white-space:nowrap;
}

.str_wrap.str_active {
	background:#fff;
}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
}
.str_move>div{
	float: left;
}
.str_move_clone {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:middle;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;
	margin-top: 10px;
	margin-bottom: 10px;
	box-shadow: 0 3px 3px 2px #E5E5E5;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}
.str_wrap img:hover{
	box-shadow: 0 2px 6px 2px #acacb4;
}
.dowebok { width: 1100px;  font-size: 0;  }
.dowebok img { margin-left: 10px; vertical-align: top;
	width: 248px;
	height: 168px; }
.phone_kf{
	position: fixed;
	width: 160px;
	height: 387px;
	right: -125px;
	top: 280px;
	background: url("../img/connect_phone.png") no-repeat;
	border-top-left-radius: 22px;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;

}
.phone_kf:hover{
	right: 0;
}
.phone_kf .qq1{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	height: 90px;
	z-index: 100;
	cursor: pointer;
}
.phone_kf .qq2{
	display: block;
	position: absolute;
	right: 0;
	top: 90px;
	width: 120px;
	height: 90px;
	z-index: 100;
	cursor: pointer;
}